gtkpopcountprivate.h: Fix build on ARM/aarch64 Visual Studio
authorChun-wei Fan <fanchunwei@src.gnome.org>
Sat, 5 Jun 2021 07:37:52 +0000 (15:37 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Sat, 5 Jun 2021 07:41:14 +0000 (15:41 +0800)
commit08ee36e7c4825d351c1d23a065588d6f7b5e227b
treec4f553e253809400559e26b68d0afebb0b6ab4ca
parent1605ec0a44c8cb131d8c9ff66008609058d7089c
gtkpopcountprivate.h: Fix build on ARM/aarch64 Visual Studio

__popcnt() is not supported for ARM nor ARM64 Visual Studio builds, so we must
use the fallback implementation as intrinsics are not supported for this
purpose on ARM/ARM64 Visual Studio builds.
gtk/gtkpopcountprivate.h